home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / client / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-12  |  5.2 KB  |  199 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define to empty if the keyword does not work.  */
  12. /* #undef const */
  13.  
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. /* #undef gid_t */
  16.  
  17. /* Define if you don't have vprintf but do have _doprnt.  */
  18. /* #undef HAVE_DOPRNT */
  19.  
  20. /* Define if you have a working `mmap' system call.  */
  21. #define HAVE_MMAP 1
  22.  
  23. /* Define if system calls automatically restart after interruption
  24.    by a signal.  */
  25. /* #undef HAVE_RESTARTABLE_SYSCALLS */
  26.  
  27. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  28. #define HAVE_SYS_WAIT_H 1
  29.  
  30. /* Define if your struct tm has tm_zone.  */
  31. /* #undef HAVE_TM_ZONE */
  32.  
  33. /* Define if you don't have tm_zone but do have the external array
  34.    tzname.  */
  35. #define HAVE_TZNAME 1
  36.  
  37. /* Define if you have the vprintf function.  */
  38. #define HAVE_VPRINTF 1
  39.  
  40. /* Define if on MINIX.  */
  41. /* #undef _MINIX */
  42.  
  43. /* Define to `int' if <sys/types.h> doesn't define.  */
  44. /* #undef pid_t */
  45.  
  46. /* Define if the system does not provide POSIX.1 features except
  47.    with this defined.  */
  48. /* #undef _POSIX_1_SOURCE */
  49.  
  50. /* Define if you need to in order for stat and other things to work.  */
  51. /* #undef _POSIX_SOURCE */
  52.  
  53. /* Define as the return type of signal handlers (int or void).  */
  54. #define RETSIGTYPE void
  55.  
  56. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  57. /* #undef size_t */
  58.  
  59. /* Define if you have the ANSI C header files.  */
  60. #define STDC_HEADERS 1
  61.  
  62. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  63. #define TIME_WITH_SYS_TIME 1
  64.  
  65. /* Define if your <sys/time.h> declares struct tm.  */
  66. /* #undef TM_IN_SYS_TIME */
  67.  
  68. /* Define to `int' if <sys/types.h> doesn't define.  */
  69. /* #undef uid_t */
  70.  
  71. /* Define if you have the getcwd function.  */
  72. #define HAVE_GETCWD 1
  73.  
  74. /* Define if you have the getpagesize function.  */
  75. #define HAVE_GETPAGESIZE 1
  76.  
  77. /* Define if you have the memcpy function.  */
  78. #define HAVE_MEMCPY 1
  79.  
  80. /* Define if you have the mkdir function.  */
  81. #define HAVE_MKDIR 1
  82.  
  83. /* Define if you have the select function.  */
  84. #define HAVE_SELECT 1
  85.  
  86. /* Define if you have the setreuid function.  */
  87. #define HAVE_SETREUID 1
  88.  
  89. /* Define if you have the shmat function.  */
  90. #define HAVE_SHMAT 1
  91.  
  92. /* Define if you have the shmctl function.  */
  93. #define HAVE_SHMCTL 1
  94.  
  95. /* Define if you have the shmdt function.  */
  96. #define HAVE_SHMDT 1
  97.  
  98. /* Define if you have the shmget function.  */
  99. #define HAVE_SHMGET 1
  100.  
  101. /* Define if you have the socket function.  */
  102. #define HAVE_SOCKET 1
  103.  
  104. /* Define if you have the strerror function.  */
  105. #define HAVE_STRERROR 1
  106.  
  107. /* Define if you have the strstr function.  */
  108. #define HAVE_STRSTR 1
  109.  
  110. /* Define if you have the <asm/page.h> header file.  */
  111. #define HAVE_ASM_PAGE_H 1
  112.  
  113. /* Define if you have the <compat.h> header file.  */
  114. #define HAVE_COMPAT_H 1
  115.  
  116. /* Define if you have the <db.h> header file.  */
  117. #define HAVE_DB_H 1
  118.  
  119. /* Define if you have the <dirent.h> header file.  */
  120. #define HAVE_DIRENT_H 1
  121.  
  122. /* Define if you have the <fcntl.h> header file.  */
  123. #define HAVE_FCNTL_H 1
  124.  
  125. /* Define if you have the <features.h> header file.  */
  126. #define HAVE_FEATURES_H 1
  127.  
  128. /* Define if you have the <getopt.h> header file.  */
  129. #define HAVE_GETOPT_H 1
  130.  
  131. /* Define if you have the <kvm.h> header file.  */
  132. /* #undef HAVE_KVM_H */
  133.  
  134. /* Define if you have the <limits.h> header file.  */
  135. #define HAVE_LIMITS_H 1
  136.  
  137. /* Define if you have the <malloc.h> header file.  */
  138. #define HAVE_MALLOC_H 1
  139.  
  140. /* Define if you have the <memory.h> header file.  */
  141. #define HAVE_MEMORY_H 1
  142.  
  143. /* Define if you have the <ndir.h> header file.  */
  144. /* #undef HAVE_NDIR_H */
  145.  
  146. /* Define if you have the <paths.h> header file.  */
  147. #define HAVE_PATHS_H 1
  148.  
  149. /* Define if you have the <posix_opt.h> header file.  */
  150. #define HAVE_POSIX_OPT_H 1
  151.  
  152. /* Define if you have the <sys/dir.h> header file.  */
  153. /* #undef HAVE_SYS_DIR_H */
  154.  
  155. /* Define if you have the <sys/ndir.h> header file.  */
  156. /* #undef HAVE_SYS_NDIR_H */
  157.  
  158. /* Define if you have the <sys/select.h> header file.  */
  159. /* #undef HAVE_SYS_SELECT_H */
  160.  
  161. /* Define if you have the <sys/shm.h> header file.  */
  162. #define HAVE_SYS_SHM_H 1
  163.  
  164. /* Define if you have the <sys/stat.h> header file.  */
  165. #define HAVE_SYS_STAT_H 1
  166.  
  167. /* Define if you have the <sys/strlog.h> header file.  */
  168. /* #undef HAVE_SYS_STRLOG_H */
  169.  
  170. /* Define if you have the <sys/stropts.h> header file.  */
  171. /* #undef HAVE_SYS_STROPTS_H */
  172.  
  173. /* Define if you have the <sys/time.h> header file.  */
  174. #define HAVE_SYS_TIME_H 1
  175.  
  176. /* Define if you have the <sys/times.h> header file.  */
  177. #define HAVE_SYS_TIMES_H 1
  178.  
  179. /* Define if you have the <syslog.h> header file.  */
  180. #define HAVE_SYSLOG_H 1
  181.  
  182. /* Define if you have the <unistd.h> header file.  */
  183. #define HAVE_UNISTD_H 1
  184.  
  185. /* Define if you have the <utime.h> header file.  */
  186. #define HAVE_UTIME_H 1
  187.  
  188. /* Define if you have the crypto library (-lcrypto).  */
  189. #define HAVE_LIBCRYPTO 1
  190.  
  191. /* Define if you have the nsl library (-lnsl).  */
  192. /* #undef HAVE_LIBNSL */
  193.  
  194. /* Define if you have the socket library (-lsocket).  */
  195. /* #undef HAVE_LIBSOCKET */
  196.  
  197. /* Define if you have the ssl library (-lssl).  */
  198. #define HAVE_LIBSSL 1
  199.